| Module Name | Base properties | Patch properties |
|---|---|---|
| Checker |
haltOnException
|
haltOnException
|
| TreeWalker |
tabWidth
|
tabWidth
|
| SuppressionCommentFilter |
checkFormat
onCommentFormat offCommentFormat |
checkFormat
onCommentFormat offCommentFormat |
| SuppressionXpathSingleFilter |
checks
files |
checks
files |
| SuppressionXpathSingleFilter |
checks
files |
checks
files |
| SuppressionXpathSingleFilter |
checks
files |
checks
files |
| SuppressionXpathSingleFilter |
checks
files |
checks
files |
| SuppressionXpathSingleFilter |
checks
files |
checks
files |
| SuppressionXpathSingleFilter |
checks
files |
checks
files |
| SuppressionXpathSingleFilter |
checks
files |
checks
files |
| SuppressionXpathSingleFilter |
checks
files |
checks
files |
| SuppressionXpathSingleFilter |
checks
files |
checks
files |
| SuppressWithNearbyCommentFilter |
checkFormat
commentFormat influenceFormat |
checkFormat
commentFormat influenceFormat |
| AvoidStarImport | ||
| AvoidStaticImport | ||
| CustomImportOrder |
thirdPartyPackageRegExp
separateLineBetweenGroups sortImportsInGroupAlphabetically specialImportsRegExp customImportOrderRules standardPackageRegExp |
thirdPartyPackageRegExp
separateLineBetweenGroups sortImportsInGroupAlphabetically specialImportsRegExp customImportOrderRules standardPackageRegExp |
| IllegalImport | ||
| ImportOrder |
ordered
sortStaticImportsAlphabetically groups separated option |
ordered
sortStaticImportsAlphabetically groups separated option |
| RedundantImport | ||
| UnusedImports | ||
| AtclauseOrder | ||
| InvalidJavadocPosition | ||
| JavadocBlockTagLocation |
tags
|
tags
|
| JavadocContentLocation | ||
| JavadocMethod |
validateThrows
|
validateThrows
|
| JavadocParagraph | ||
| JavadocStyle |
scope
|
scope
|
| JavadocTagContinuationIndentation | ||
| JavadocType |
allowUnknownTags
|
allowUnknownTags
|
| JavadocVariable | ||
| MissingJavadocMethod |
allowMissingPropertyJavadoc
|
allowMissingPropertyJavadoc
|
| MissingJavadocPackage | ||
| MissingJavadocType | ||
| NonEmptyAtclauseDescription | ||
| SingleLineJavadoc | ||
| WriteTag | ||
| SummaryJavadoc | ||
| BooleanExpressionComplexity |
max
|
max
|
| ClassDataAbstractionCoupling |
excludedClasses
|
excludedClasses
|
| ClassFanOutComplexity |
max
excludedClasses |
max
excludedClasses |
| CyclomaticComplexity |
switchBlockAsSingleDecisionPoint
|
switchBlockAsSingleDecisionPoint
|
| JavaNCSS | ||
| NPathComplexity | ||
| SuppressionXpathSingleFilter |
message
|
message
|
| SuppressionSingleFilter |
checks
message |
checks
message |
| Report id | Files | Violations | Severity-error |
|---|---|---|---|
| base | 3160 | 85358 | 85358 |
| patch | 3160 | 85358 (5491 removed, 5491 added) | 85358 (5491 removed, 5491 added) |
| 1715 files with differences | 10982 changes in violations | 10982 changes in violations | |
| Report id | com.puppycrawl.tools.checkstyle.checks.metrics.CyclomaticComplexityCheck | com.puppycrawl.tools.checkstyle.checks.metrics.ClassFanOutComplexityCheck | com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck | com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck | com.puppycrawl.tools.checkstyle.checks.imports.ImportOrderCheck | com.puppycrawl.tools.checkstyle.checks.javadoc.AtclauseOrderCheck | com.puppycrawl.tools.checkstyle.checks.javadoc.InvalidJavadocPositionCheck | com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck | com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck | com.puppycrawl.tools.checkstyle.checks.javadoc.SingleLineJavadocCheck | com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck | com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck | com.puppycrawl.tools.checkstyle.checks.metrics.ClassDataAbstractionCouplingCheck | com.puppycrawl.tools.checkstyle.checks.imports.AvoidStaticImportCheck | com.puppycrawl.tools.checkstyle.checks.imports.CustomImportOrderCheck | com.puppycrawl.tools.checkstyle.checks.metrics.NPathComplexityCheck | com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck | com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck | com.puppycrawl.tools.checkstyle.checks.metrics.BooleanExpressionComplexityCheck | com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocStyleCheck | com.puppycrawl.tools.checkstyle.checks.javadoc.NonEmptyAtclauseDescriptionCheck | com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocTypeCheck | com.puppycrawl.tools.checkstyle.checks.javadoc.WriteTagCheck | com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| base | 152 | 82 | 1838 | 14288 | 3995 | 33 | 17 | 8 | 106 | 285 | 93 | 697 | 218 | 5491 | 13221 | 78 | 23200 | 6 | 6 | 192 | 1 | 739 | 3593 | 17019 |
| patch | 152 | 82 | 1838 | 14288 | 3995 | 33 | 17 | 8 | 106 | 285 | 93 | 697 | 218 | 5491 (5491 removed, 5491 added) | 13221 | 78 | 23200 | 6 | 6 | 192 | 1 | 739 | 3593 | 17019 |
| changes in violations | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 10982 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A1 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.assertEquals. | 19 | |
| #A2 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.assertEquals. | 19 | 37 |
| #A3 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.fail. | 20 | |
| #A4 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.fail. | 20 | 37 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A5 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. | 19 | |
| #A6 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. | 19 | 75 |
| #A7 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. | 20 | |
| #A8 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. | 20 | 75 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A9 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.castOrCopyToList. | 19 | |
| #A10 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.castOrCopyToList. | 19 | 56 |
| #A11 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.equal. | 20 | |
| #A12 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.equal. | 20 | 56 |
| #A13 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. | 21 | |
| #A14 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. | 21 | 56 |
| #A15 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.sort. | 22 | |
| #A16 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.sort. | 22 | 36 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A17 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.disjoint. | 19 | |
| #A18 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.disjoint. | 19 | 36 |
| #A19 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.logging.Level.FINER. | 20 | |
| #A20 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.logging.Level.FINER. | 20 | 38 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A21 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.sort. | 19 | |
| #A22 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.sort. | 19 | 36 |
| #A23 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.assertEquals. | 20 | |
| #A24 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.assertEquals. | 20 | 37 |
| #A25 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.assertFalse. | 21 | |
| #A26 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.assertFalse. | 21 | 37 |
| #A27 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.assertTrue. | 22 | |
| #A28 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.assertTrue. | 22 | 37 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A29 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 19 | |
| #A30 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 19 | 75 |
| #A31 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. | 20 | |
| #A32 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. | 20 | 75 |
| #A33 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. | 21 | |
| #A34 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. | 21 | 75 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A35 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.singleton. | 19 | |
| #A36 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.singleton. | 19 | 36 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A37 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.DerivedCollectionGenerators.keySetGenerator. | 19 | |
| #A38 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.DerivedCollectionGenerators.keySetGenerator. | 19 | 76 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A39 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.castOrCopyToList. | 19 | |
| #A40 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.castOrCopyToList. | 19 | 56 |
| #A41 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.reverse. | 20 | |
| #A42 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.reverse. | 20 | 36 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A43 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.DESCENDING_VIEW. | 19 | |
| #A44 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.DESCENDING_VIEW. | 19 | 75 |
| #A45 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUBSET_VIEW. | 20 | |
| #A46 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUBSET_VIEW. | 20 | 75 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A47 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. | 19 | |
| #A48 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. | 19 | 75 |
| #A49 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. | 20 | |
| #A50 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. | 20 | 75 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A51 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 19 | |
| #A52 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 19 | 75 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A53 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. | 19 | |
| #A54 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. | 19 | 56 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A55 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. | 19 | |
| #A56 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.orderEntriesByKey. | 19 | 56 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A57 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.testers.ListListIteratorTester.getListIteratorFullyModifiableMethod. | 19 | |
| #A58 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.testers.ListListIteratorTester.getListIteratorFullyModifiableMethod. | 19 | 79 |
| #A59 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListOriginalListSetAffectsSubListLargeListMethod. | 20 | |
| #A60 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListOriginalListSetAffectsSubListLargeListMethod. | 20 | 74 |
| #A61 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListOriginalListSetAffectsSubListMethod. | 21 | |
| #A62 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListOriginalListSetAffectsSubListMethod. | 21 | 74 |
| #A63 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListSubListRemoveAffectsOriginalLargeListMethod. | 22 | |
| #A64 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.testers.ListSubListTester.getSubListSubListRemoveAffectsOriginalLargeListMethod. | 22 | 74 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A65 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Arrays.asList. | 19 | |
| #A66 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Arrays.asList. | 19 | 31 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A67 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. | 17 | |
| #A68 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. | 17 | 56 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A69 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. | 19 | |
| #A70 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. | 19 | 56 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A71 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | |
| #A72 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | 75 |
| #A73 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 20 | |
| #A74 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 20 | 75 |
| #A75 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. | 21 | |
| #A76 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. | 21 | 75 |
| #A77 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 22 | |
| #A78 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 22 | 75 |
| #A79 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 23 | |
| #A80 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 23 | 75 |
| #A81 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 24 | |
| #A82 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 24 | 72 |
| #A83 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 25 | |
| #A84 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 25 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A85 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 19 | |
| #A86 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 19 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A87 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 19 | |
| #A88 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 19 | 72 |
| #A89 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | |
| #A90 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | 72 |
| #A91 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 21 | |
| #A92 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 21 | 68 |
| #A93 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 22 | |
| #A94 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 22 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A95 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. | 19 | |
| #A96 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. | 19 | 75 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A97 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 19 | |
| #A98 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 19 | 72 |
| #A99 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 20 | |
| #A100 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 20 | 72 |
| #A101 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A102 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| #A103 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 22 | |
| #A104 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 22 | 68 |
| #A105 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 23 | |
| #A106 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 23 | 68 |
| #A107 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 24 | |
| #A108 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 24 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A109 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 19 | |
| #A110 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 19 | 75 |
| #A111 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | |
| #A112 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | 72 |
| #A113 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 21 | |
| #A114 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 21 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A115 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.fail. | 19 | |
| #A116 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.fail. | 19 | 37 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A117 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Arrays.asList. | 19 | |
| #A118 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Arrays.asList. | 19 | 31 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A119 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 17 | |
| #A120 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 17 | 72 |
| #A121 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 18 | |
| #A122 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 18 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A123 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 17 | |
| #A124 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 17 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A125 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. | 17 | |
| #A126 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. | 17 | 56 |
| #A127 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 18 | |
| #A128 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 18 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A129 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. | 17 | |
| #A130 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. | 17 | 56 |
| #A131 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 18 | |
| #A132 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 18 | 72 |
| #A133 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 19 | |
| #A134 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 19 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A135 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. | 17 | |
| #A136 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. | 17 | 56 |
| #A137 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. | 18 | |
| #A138 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. | 18 | 56 |
| #A139 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. | 19 | |
| #A140 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. | 19 | 56 |
| #A141 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 20 | |
| #A142 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 20 | 72 |
| #A143 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 21 | |
| #A144 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 21 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A145 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 17 | |
| #A146 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 17 | 68 |
| #A147 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 18 | |
| #A148 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 18 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A149 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. | 19 | |
| #A150 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. | 19 | 56 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A151 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. | 19 | |
| #A152 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. | 19 | 56 |
| #A153 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. | 20 | |
| #A154 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. | 20 | 56 |
| #A155 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 21 | |
| #A156 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 21 | 72 |
| #A157 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | |
| #A158 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | 72 |
| #A159 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 23 | |
| #A160 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 23 | 68 |
| #A161 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 24 | |
| #A162 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 24 | 68 |
| #A163 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 25 | |
| #A164 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 25 | 68 |
| #A165 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 26 | |
| #A166 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 26 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A167 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. | 17 | |
| #A168 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. | 17 | 56 |
| #A169 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. | 18 | |
| #A170 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. | 18 | 56 |
| #A171 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. | 19 | |
| #A172 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. | 19 | 56 |
| #A173 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 20 | |
| #A174 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 20 | 75 |
| #A175 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 21 | |
| #A176 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 21 | 72 |
| #A177 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | |
| #A178 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | 72 |
| #A179 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 23 | |
| #A180 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 23 | 68 |
| #A181 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 24 | |
| #A182 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 24 | 68 |
| #A183 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 25 | |
| #A184 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 25 | 68 |
| #A185 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 26 | |
| #A186 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 26 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A187 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. | 19 | |
| #A188 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. | 19 | 56 |
| #A189 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | |
| #A190 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | 72 |
| #A191 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 21 | |
| #A192 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 21 | 68 |
| #A193 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.google.GoogleHelpers.assertEmpty. | 22 | |
| #A194 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.google.GoogleHelpers.assertEmpty. | 22 | 69 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A195 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A196 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| #A197 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | |
| #A198 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | 68 |
| #A199 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 21 | |
| #A200 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 21 | 68 |
| #A201 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 22 | |
| #A202 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 22 | 68 |
| #A203 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 23 | |
| #A204 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 23 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A205 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A206 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| #A207 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | |
| #A208 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | 68 |
| #A209 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 21 | |
| #A210 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 21 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A211 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A212 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| #A213 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 20 | |
| #A214 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 20 | 68 |
| #A215 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 21 | |
| #A216 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 21 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A217 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. | 17 | |
| #A218 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. | 17 | 56 |
| #A219 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. | 18 | |
| #A220 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. | 18 | 56 |
| #A221 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 19 | |
| #A222 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 19 | 75 |
| #A223 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | |
| #A224 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | 72 |
| #A225 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A226 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| #A227 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 22 | |
| #A228 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 22 | 68 |
| #A229 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 23 | |
| #A230 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 23 | 68 |
| #A231 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 24 | |
| #A232 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 24 | 68 |
| #A233 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 25 | |
| #A234 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 25 | 68 |
| #A235 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 26 | |
| #A236 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 26 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A237 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 17 | |
| #A238 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 17 | 72 |
| #A239 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 18 | |
| #A240 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 18 | 68 |
| #A241 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 19 | |
| #A242 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 19 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A243 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. | 18 | |
| #A244 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. | 18 | 56 |
| #A245 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. | 19 | |
| #A246 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. | 19 | 56 |
| #A247 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. | 20 | |
| #A248 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. | 20 | 56 |
| #A249 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 21 | |
| #A250 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 21 | 72 |
| #A251 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | |
| #A252 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | 72 |
| #A253 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 23 | |
| #A254 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 23 | 68 |
| #A255 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 24 | |
| #A256 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 24 | 68 |
| #A257 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 25 | |
| #A258 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 25 | 68 |
| #A259 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 26 | |
| #A260 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 26 | 68 |
| #A261 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 27 | |
| #A262 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 27 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A263 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 17 | |
| #A264 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 17 | 75 |
| #A265 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 18 | |
| #A266 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 18 | 72 |
| #A267 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 19 | |
| #A268 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 19 | 68 |
| #A269 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 20 | |
| #A270 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 20 | 68 |
| #A271 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 21 | |
| #A272 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 21 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A273 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContainsAllOf. | 17 | |
| #A274 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContainsAllOf. | 17 | 56 |
| #A275 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 18 | |
| #A276 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 18 | 75 |
| #A277 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 19 | |
| #A278 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 19 | 72 |
| #A279 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 20 | |
| #A280 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 20 | 72 |
| #A281 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 21 | |
| #A282 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 21 | 68 |
| #A283 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 22 | |
| #A284 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 22 | 68 |
| #A285 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 23 | |
| #A286 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 23 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A287 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. | 19 | |
| #A288 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. | 19 | 56 |
| #A289 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | |
| #A290 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | 68 |
| #A291 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 21 | |
| #A292 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 21 | 68 |
| #A293 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 22 | |
| #A294 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 22 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A295 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. | 18 | |
| #A296 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. | 18 | 51 |
| #A297 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContainsAllOf. | 19 | |
| #A298 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContainsAllOf. | 19 | 56 |
| #A299 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | |
| #A300 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | 72 |
| #A301 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 21 | |
| #A302 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 21 | 68 |
| #A303 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 22 | |
| #A304 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 22 | 68 |
| #A305 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 23 | |
| #A306 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 23 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A307 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. | 19 | |
| #A308 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContains. | 19 | 56 |
| #A309 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. | 20 | |
| #A310 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. | 20 | 56 |
| #A311 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. | 21 | |
| #A312 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. | 21 | 56 |
| #A313 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | |
| #A314 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | 72 |
| #A315 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 23 | |
| #A316 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 23 | 68 |
| #A317 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 24 | |
| #A318 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 24 | 68 |
| #A319 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 25 | |
| #A320 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 25 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A321 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. | 19 | |
| #A322 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. | 19 | 56 |
| #A323 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. | 20 | |
| #A324 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. | 20 | 56 |
| #A325 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 21 | |
| #A326 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 21 | 72 |
| #A327 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | |
| #A328 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | 72 |
| #A329 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES. | 23 | |
| #A330 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_ANY_NULL_QUERIES. | 23 | 68 |
| #A331 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 24 | |
| #A332 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 24 | 68 |
| #A333 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 25 | |
| #A334 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 25 | 68 |
| #A335 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.google.GoogleHelpers.assertEmpty. | 26 | |
| #A336 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.google.GoogleHelpers.assertEmpty. | 26 | 69 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A337 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. | 19 | |
| #A338 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. | 19 | 56 |
| #A339 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | |
| #A340 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | 72 |
| #A341 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 21 | |
| #A342 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 21 | 68 |
| #A343 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 22 | |
| #A344 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 22 | 68 |
| #A345 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 23 | |
| #A346 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 23 | 68 |
| #A347 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 24 | |
| #A348 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 24 | 68 |
| #A349 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 25 | |
| #A350 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 25 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A351 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. | 19 | |
| #A352 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsAnyOrder. | 19 | 56 |
| #A353 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | |
| #A354 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | 72 |
| #A355 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 21 | |
| #A356 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 21 | 68 |
| #A357 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 22 | |
| #A358 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 22 | 68 |
| #A359 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 23 | |
| #A360 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 23 | 68 |
| #A361 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 24 | |
| #A362 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 24 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A363 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. | 19 | |
| #A364 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. | 19 | 56 |
| #A365 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 20 | |
| #A366 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 20 | 72 |
| #A367 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A368 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| #A369 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 22 | |
| #A370 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 22 | 68 |
| #A371 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 23 | |
| #A372 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 23 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A373 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. | 19 | |
| #A374 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. | 19 | 51 |
| #A375 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. | 20 | |
| #A376 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. | 20 | 56 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A377 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. | 17 | |
| #A378 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. | 17 | 75 |
| #A379 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 18 | |
| #A380 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 18 | 72 |
| #A381 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A382 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| #A383 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | |
| #A384 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | 68 |
| #A385 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 21 | |
| #A386 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 21 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A387 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. | 17 | |
| #A388 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualIgnoringOrder. | 17 | 56 |
| #A389 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. | 18 | |
| #A390 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEqualInOrder. | 18 | 56 |
| #A391 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 19 | |
| #A392 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 19 | 75 |
| #A393 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 20 | |
| #A394 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 20 | 75 |
| #A395 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 21 | |
| #A396 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 21 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A397 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 19 | |
| #A398 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 19 | 75 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A399 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 17 | |
| #A400 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 17 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A401 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. | 19 | |
| #A402 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. | 19 | 75 |
| #A403 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 20 | |
| #A404 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 20 | 75 |
| #A405 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 21 | |
| #A406 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 21 | 72 |
| #A407 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | |
| #A408 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A409 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. | 19 | |
| #A410 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. | 19 | 56 |
| #A411 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 20 | |
| #A412 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 20 | 75 |
| #A413 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 21 | |
| #A414 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 21 | 75 |
| #A415 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 22 | |
| #A416 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 22 | 72 |
| #A417 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 23 | |
| #A418 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 23 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A419 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 19 | |
| #A420 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 19 | 75 |
| #A421 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 20 | |
| #A422 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 20 | 75 |
| #A423 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 21 | |
| #A424 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 21 | 75 |
| #A425 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 22 | |
| #A426 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 22 | 72 |
| #A427 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 23 | |
| #A428 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 23 | 72 |
| #A429 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 24 | |
| #A430 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 24 | 72 |
| #A431 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetFeature.ENTRIES_ARE_VIEWS. | 25 | |
| #A432 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.google.MultisetFeature.ENTRIES_ARE_VIEWS. | 25 | 71 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A433 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 17 | |
| #A434 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 17 | 75 |
| #A435 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 18 | |
| #A436 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 18 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A437 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. | 17 | |
| #A438 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. | 17 | 64 |
| #A439 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. | 18 | |
| #A440 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. | 18 | 64 |
| #A441 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 19 | |
| #A442 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 19 | 75 |
| #A443 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 20 | |
| #A444 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 20 | 75 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A445 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. | 17 | |
| #A446 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.BoundType.CLOSED. | 17 | 50 |
| #A447 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. | 18 | |
| #A448 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.BoundType.OPEN. | 18 | 50 |
| #A449 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. | 19 | |
| #A450 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. | 19 | 56 |
| #A451 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 20 | |
| #A452 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 20 | 75 |
| #A453 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 21 | |
| #A454 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 21 | 75 |
| #A455 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 22 | |
| #A456 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 22 | 72 |
| #A457 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 23 | |
| #A458 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 23 | 72 |
| #A459 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 24 | |
| #A460 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 24 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A461 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 19 | |
| #A462 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 19 | 72 |
| #A463 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | |
| #A464 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A465 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. | 19 | |
| #A466 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertEmpty. | 19 | 56 |
| #A467 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. | 20 | |
| #A468 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. | 20 | 75 |
| #A469 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 21 | |
| #A470 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 21 | 75 |
| #A471 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 22 | |
| #A472 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 22 | 75 |
| #A473 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 23 | |
| #A474 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 23 | 72 |
| #A475 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 24 | |
| #A476 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 24 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A477 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. | 19 | |
| #A478 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. | 19 | 75 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A479 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 19 | |
| #A480 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 19 | 75 |
| #A481 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 20 | |
| #A482 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 20 | 72 |
| #A483 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A484 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| #A485 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.nCopies. | 22 | |
| #A486 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.nCopies. | 22 | 36 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A487 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. | 19 | |
| #A488 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. | 19 | 51 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A489 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 19 | |
| #A490 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 19 | 51 |
| #A491 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 20 | |
| #A492 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 20 | 46 |
| #A493 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newTreeSet. | 21 | |
| #A494 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newTreeSet. | 21 | 45 |
| #A495 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST. | 22 | |
| #A496 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST. | 22 | 71 |
| #A497 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST_2. | 23 | |
| #A498 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.AFTER_LAST_2. | 23 | 71 |
| #A499 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST. | 24 | |
| #A500 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST. | 24 | 71 |
| #A501 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST_2. | 25 | |
| #A502 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.SampleElements.Strings.BEFORE_FIRST_2. | 25 | 71 |
| #A503 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.assertEquals. | 26 | |
| #A504 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.assertEquals. | 26 | 37 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A505 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 17 | |
| #A506 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 17 | 72 |
| #A507 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 18 | |
| #A508 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 18 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A509 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 17 | |
| #A510 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 17 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A511 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToSet. | 17 | |
| #A512 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToSet. | 17 | 56 |
| #A513 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 18 | |
| #A514 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 18 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A515 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. | 17 | |
| #A516 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToList. | 17 | 56 |
| #A517 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToSet. | 18 | |
| #A518 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.copyToSet. | 18 | 56 |
| #A519 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A520 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| #A521 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 20 | |
| #A522 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 20 | 68 |
| #A523 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 21 | |
| #A524 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 21 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A525 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 17 | |
| #A526 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 17 | 68 |
| #A527 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 18 | |
| #A528 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 18 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A529 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 19 | |
| #A530 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 19 | 51 |
| #A531 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. | 20 | |
| #A532 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. | 20 | 56 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A533 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 19 | |
| #A534 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 19 | 75 |
| #A535 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. | 20 | |
| #A536 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. | 20 | 75 |
| #A537 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. | 21 | |
| #A538 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. | 21 | 75 |
| #A539 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. | 22 | |
| #A540 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. | 22 | 75 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A541 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 17 | |
| #A542 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 17 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A543 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.TestCase.assertEquals. | 19 | |
| #A544 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.TestCase.assertEquals. | 19 | 39 |
| #A545 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.TestCase.assertTrue. | 20 | |
| #A546 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.TestCase.assertTrue. | 20 | 39 |
| #A547 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.TestCase.fail. | 21 | |
| #A548 | error | AvoidStaticImport | Using a static member import should be avoided - junit.framework.TestCase.fail. | 21 | 39 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A549 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | |
| #A550 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | 75 |
| #A551 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | |
| #A552 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A553 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | |
| #A554 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | 75 |
| #A555 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 20 | |
| #A556 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 20 | 75 |
| #A557 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. | 21 | |
| #A558 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. | 21 | 75 |
| #A559 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 22 | |
| #A560 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 22 | 75 |
| #A561 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 23 | |
| #A562 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 23 | 72 |
| #A563 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.singletonList. | 24 | |
| #A564 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.singletonList. | 24 | 36 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A565 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | |
| #A566 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | 75 |
| #A567 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 20 | |
| #A568 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 20 | 75 |
| #A569 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. | 21 | |
| #A570 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.RESTRICTS_ELEMENTS. | 21 | 75 |
| #A571 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 22 | |
| #A572 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 22 | 75 |
| #A573 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 23 | |
| #A574 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 23 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A575 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 19 | |
| #A576 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 19 | 75 |
| #A577 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 20 | |
| #A578 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 20 | 75 |
| #A579 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 21 | |
| #A580 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 21 | 72 |
| #A581 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | |
| #A582 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A583 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. | 19 | |
| #A584 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. | 19 | 75 |
| #A585 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 20 | |
| #A586 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 20 | 75 |
| #A587 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A588 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A589 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. | 19 | |
| #A590 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. | 19 | 75 |
| #A591 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 20 | |
| #A592 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 20 | 75 |
| #A593 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A594 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A595 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | |
| #A596 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | 75 |
| #A597 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | |
| #A598 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A599 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A600 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A601 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. | 19 | |
| #A602 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.mapEntry. | 19 | 56 |
| #A603 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. | 20 | |
| #A604 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. | 20 | 64 |
| #A605 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. | 21 | |
| #A606 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. | 21 | 64 |
| #A607 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 22 | |
| #A608 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 22 | 75 |
| #A609 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 23 | |
| #A610 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 23 | 75 |
| #A611 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 24 | |
| #A612 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 24 | 75 |
| #A613 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 25 | |
| #A614 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 25 | 72 |
| #A615 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Arrays.asList. | 26 | |
| #A616 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Arrays.asList. | 26 | 31 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A617 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. | 19 | |
| #A618 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. | 19 | 75 |
| #A619 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 20 | |
| #A620 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 20 | 75 |
| #A621 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 21 | |
| #A622 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 21 | 75 |
| #A623 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 22 | |
| #A624 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 22 | 75 |
| #A625 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 23 | |
| #A626 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 23 | 72 |
| #A627 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 24 | |
| #A628 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 24 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A629 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. | 19 | |
| #A630 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES. | 19 | 75 |
| #A631 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 20 | |
| #A632 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 20 | 75 |
| #A633 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 21 | |
| #A634 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 21 | 75 |
| #A635 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 22 | |
| #A636 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 22 | 75 |
| #A637 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 23 | |
| #A638 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 23 | 72 |
| #A639 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 24 | |
| #A640 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 24 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A641 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | |
| #A642 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | 75 |
| #A643 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 20 | |
| #A644 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 20 | 75 |
| #A645 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 21 | |
| #A646 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 21 | 72 |
| #A647 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | |
| #A648 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A649 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. | 19 | |
| #A650 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. | 19 | 75 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A651 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. | 19 | |
| #A652 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE. | 19 | 75 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A653 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 19 | |
| #A654 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 19 | 75 |
| #A655 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | |
| #A656 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A657 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | |
| #A658 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | 75 |
| #A659 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 20 | |
| #A660 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER. | 20 | 75 |
| #A661 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. | 21 | |
| #A662 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING. | 21 | 75 |
| #A663 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 22 | |
| #A664 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 22 | 72 |
| #A665 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 23 | |
| #A666 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 23 | 72 |
| #A667 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 24 | |
| #A668 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 24 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A669 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A670 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| #A671 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | |
| #A672 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | 68 |
| #A673 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 21 | |
| #A674 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 21 | 68 |
| #A675 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 22 | |
| #A676 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 22 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A677 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A678 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| #A679 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 20 | |
| #A680 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 20 | 68 |
| #A681 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 21 | |
| #A682 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 21 | 68 |
| #A683 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 22 | |
| #A684 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 22 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A685 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A686 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| #A687 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 20 | |
| #A688 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 20 | 68 |
| #A689 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 21 | |
| #A690 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 21 | 68 |
| #A691 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 22 | |
| #A692 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 22 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A693 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A694 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| #A695 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 20 | |
| #A696 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 20 | 68 |
| #A697 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 21 | |
| #A698 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 21 | 68 |
| #A699 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 22 | |
| #A700 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 22 | 68 |
| #A701 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 23 | |
| #A702 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 23 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A703 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | |
| #A704 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | 75 |
| #A705 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | |
| #A706 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | 72 |
| #A707 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A708 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| #A709 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. | 22 | |
| #A710 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. | 22 | 69 |
| #A711 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.singletonList. | 23 | |
| #A712 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.singletonList. | 23 | 36 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A713 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 19 | |
| #A714 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 19 | 75 |
| #A715 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | |
| #A716 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A717 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | |
| #A718 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | 75 |
| #A719 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 20 | |
| #A720 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 20 | 75 |
| #A721 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 21 | |
| #A722 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 21 | 72 |
| #A723 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | |
| #A724 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | 72 |
| #A725 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. | 23 | |
| #A726 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. | 23 | 69 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A727 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | |
| #A728 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | 75 |
| #A729 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 20 | |
| #A730 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ADD. | 20 | 75 |
| #A731 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A732 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A733 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. | 19 | |
| #A734 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. | 19 | 75 |
| #A735 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | |
| #A736 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | 72 |
| #A737 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A738 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A739 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | |
| #A740 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | 75 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A741 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. | 19 | |
| #A742 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. | 19 | 75 |
| #A743 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | |
| #A744 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | 72 |
| #A745 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A746 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A747 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. | 19 | |
| #A748 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.REJECTS_DUPLICATES_AT_CREATION. | 19 | 75 |
| #A749 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | |
| #A750 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | 72 |
| #A751 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A752 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A753 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. | 19 | |
| #A754 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.MODIFIABLE. | 19 | 64 |
| #A755 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. | 20 | |
| #A756 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.IteratorFeature.UNMODIFIABLE. | 20 | 64 |
| #A757 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 21 | |
| #A758 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 21 | 75 |
| #A759 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. | 22 | |
| #A760 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. | 22 | 69 |
| #A761 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. | 23 | |
| #A762 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. | 23 | 69 |
| #A763 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.testers.Platform.listListIteratorTesterNumIterations. | 24 | |
| #A764 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.testers.Platform.listListIteratorTesterNumIterations. | 24 | 65 |
| #A765 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.singleton. | 25 | |
| #A766 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.singleton. | 25 | 36 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A767 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 19 | |
| #A768 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 19 | 75 |
| #A769 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | |
| #A770 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | 72 |
| #A771 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A772 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A773 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 19 | |
| #A774 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 19 | 75 |
| #A775 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | |
| #A776 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | 72 |
| #A777 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A778 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| #A779 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX. | 22 | |
| #A780 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX. | 22 | 69 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A781 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 19 | |
| #A782 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 19 | 75 |
| #A783 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | |
| #A784 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | 72 |
| #A785 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A786 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A787 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. | 19 | |
| #A788 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.assertContentsInOrder. | 19 | 56 |
| #A789 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 20 | |
| #A790 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE. | 20 | 75 |
| #A791 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 21 | |
| #A792 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 21 | 72 |
| #A793 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 22 | |
| #A794 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 22 | 72 |
| #A795 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 23 | |
| #A796 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 23 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A797 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | |
| #A798 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES. | 19 | 75 |
| #A799 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | |
| #A800 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | 72 |
| #A801 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. | 21 | |
| #A802 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. | 21 | 69 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A803 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.getMethod. | 19 | |
| #A804 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.Helpers.getMethod. | 19 | 56 |
| #A805 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. | 20 | |
| #A806 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SERIALIZABLE_INCLUDING_VIEWS. | 20 | 75 |
| #A807 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 21 | |
| #A808 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 21 | 72 |
| #A809 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | |
| #A810 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 22 | 72 |
| #A811 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. | 23 | |
| #A812 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_ADD_WITH_INDEX. | 23 | 69 |
| #A813 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX. | 24 | |
| #A814 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_REMOVE_WITH_INDEX. | 24 | 69 |
| #A815 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. | 25 | |
| #A816 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.ListFeature.SUPPORTS_SET. | 25 | 69 |
| #A817 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.emptyList. | 26 | |
| #A818 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.emptyList. | 26 | 36 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A819 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A820 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A821 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 19 | |
| #A822 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.SEVERAL. | 19 | 72 |
| #A823 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | |
| #A824 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | 72 |
| #A825 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 21 | |
| #A826 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 21 | 68 |
| #A827 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 22 | |
| #A828 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_REMOVE. | 22 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A829 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A830 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| #A831 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | |
| #A832 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | 68 |
| #A833 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 21 | |
| #A834 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 21 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A835 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A836 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| #A837 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 20 | |
| #A838 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 20 | 68 |
| #A839 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 21 | |
| #A840 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 21 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A841 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 19 | |
| #A842 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 19 | 72 |
| #A843 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | |
| #A844 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 20 | 72 |
| #A845 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 21 | |
| #A846 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 21 | 68 |
| #A847 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 22 | |
| #A848 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 22 | 68 |
| #A849 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.REJECTS_DUPLICATES_AT_CREATION. | 23 | |
| #A850 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.REJECTS_DUPLICATES_AT_CREATION. | 23 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A851 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 19 | |
| #A852 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_ITERATOR_REMOVE. | 19 | 75 |
| #A853 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | |
| #A854 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ONE. | 20 | 72 |
| #A855 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | |
| #A856 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 21 | 72 |
| #A857 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 22 | |
| #A858 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 22 | 68 |
| #A859 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 23 | |
| #A860 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 23 | 68 |
| #A861 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 24 | |
| #A862 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 24 | 68 |
| #A863 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 25 | |
| #A864 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUE_QUERIES. | 25 | 68 |
| #A865 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 26 | |
| #A866 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 26 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A867 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 19 | |
| #A868 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 19 | 68 |
| #A869 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 20 | |
| #A870 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 20 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A871 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A872 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| #A873 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | |
| #A874 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | 68 |
| #A875 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 21 | |
| #A876 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEY_QUERIES. | 21 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A877 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 19 | |
| #A878 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 19 | 68 |
| #A879 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 20 | |
| #A880 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 20 | 68 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A881 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A882 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A883 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A884 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| #A885 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | |
| #A886 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | 68 |
| #A887 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 21 | |
| #A888 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 21 | 68 |
| #A889 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 22 | |
| #A890 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 22 | 68 |
| #A891 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 23 | |
| #A892 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 23 | 68 |
| #A893 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.singletonList. | 24 | |
| #A894 | error | AvoidStaticImport | Using a static member import should be avoided - java.util.Collections.singletonList. | 24 | 36 |
| Severity | Rule | Message | Line | Col | |
|---|---|---|---|---|---|
| #A895 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | |
| #A896 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.CollectionSize.ZERO. | 19 | 72 |
| #A897 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | |
| #A898 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_KEYS. | 20 | 68 |
| #A899 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 21 | |
| #A900 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.ALLOWS_NULL_VALUES. | 21 | 68 |
| #A901 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 22 | |
| #A902 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.FAILS_FAST_ON_CONCURRENT_MODIFICATION. | 22 | 68 |
| #A903 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 23 | |
| #A904 | error | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.testing.features.MapFeature.SUPPORTS_PUT. | 23 | 68 |
| Severity | Rule | Message | Line | Col |
|---|